home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for f3iacbac.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IACAMBACK_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IACAMBACK = 684;
-
-
-
-
-
-
-
- R3IACAMBACKA_Distance = 684500;
- function SetR3IACAMBACKA_Distance(value) {
- R3Set(this.r3obj, R3IACAMBACKA_Distance, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IACAMBACKA_Distance() {
- return R3Get(this.r3obj, R3IACAMBACKA_Distance, R3TID_FLOAT, 0);
- }
-
- R3IACAMBACKA_Material = 684501;
- function SetR3IACAMBACKA_Material(value) {
- R3Set(this.r3obj, R3IACAMBACKA_Material, value, R3TID_STRING, 0);
- }
-
- function GetR3IACAMBACKA_Material() {
- return R3Get(this.r3obj, R3IACAMBACKA_Material, R3TID_STRING, 0);
- }
-
- R3IACAMBACKA_Color = 684502;
- function SetR3IACAMBACKA_Color(value) {
- R3Set(this.r3obj, R3IACAMBACKA_Color, value, R3TID_COLOR_RGB, 0);
- }
-
- function GetR3IACAMBACKA_Color() {
- return R3Get(this.r3obj, R3IACAMBACKA_Color, R3TID_COLOR_RGB, 0);
- }
-
- R3IACAMBACKA_RemoveDiffuse = 684503;
- function SetR3IACAMBACKA_RemoveDiffuse(value) {
- R3Set(this.r3obj, R3IACAMBACKA_RemoveDiffuse, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IACAMBACKA_RemoveDiffuse() {
- return R3Get(this.r3obj, R3IACAMBACKA_RemoveDiffuse, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iacamback () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IACAMBACK, arguments);
- }
- // Methods
-
- // Attributes
- this.GetDistance=GetR3IACAMBACKA_Distance;
- this.SetDistance=SetR3IACAMBACKA_Distance;
- this.GetMaterial=GetR3IACAMBACKA_Material;
- this.SetMaterial=SetR3IACAMBACKA_Material;
- this.GetColor=GetR3IACAMBACKA_Color;
- this.SetColor=SetR3IACAMBACKA_Color;
- this.GetRemoveDiffuse=GetR3IACAMBACKA_RemoveDiffuse;
- this.SetRemoveDiffuse=SetR3IACAMBACKA_RemoveDiffuse;
- }
-
- r3Iacamback.prototype=new r3Iaconstructor;
- // f3iacbac.h_H